SELECT 
comment comments

FROM 
<@PREFIX>order_history 

where 
order_id = %s and 
order_status_id = 1

